home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / misc / AmigaSDLstorm4.readme < prev    next >
Text File  |  2001-09-05  |  3KB  |  88 lines

  1. Short:    Version 1.2.0 of Amiga SDL for StormC4 (68k and ppc)
  2. Author:   Glenn Hisdal
  3. Uploader: Glenn Hisdal <ghisdal@c2i.net>
  4. Version:  1.2.0
  5. Type:     dev/misc
  6.  
  7.  
  8. This is an AmigaSDL linker library for StormC4.
  9. There are two versions of the library. One for 68k and one for PPC (WarpOS).
  10.  
  11. Some other libraries for StormC4 and some example programs that uses SDL
  12. can be downloaded from my homepage at http://home.c2i.net/ghisdal/
  13.  
  14. You can mail me at ghisdal@c2i.net
  15.  
  16.  
  17. - Glenn Hisdal
  18.  
  19.  
  20.  
  21. *** original AmigaSDL readme by Gabriele Greco below ***
  22.  
  23. This is the porting of 1.2.0 version of SDL (the latest stable one)
  24. to AmigaOS/68k.
  25.  
  26. All the bugs known of the past version have been corrected. And I've
  27. added all the new SDL features.
  28.  
  29. This version of SDL needs Cybergraphx V3 (r69+) or CyberGraphX V4
  30. and AHI v3+. Probably it works also with P96 or CGXAga, but it's 
  31. untested.
  32.  
  33. This version is available as linked library for SAS/C and GCC, only 68k this 
  34. time, a powerup (ppcemu compatible) and a morphos version will be ready quite 
  35. soon (i hope).
  36.  
  37. Implemented:
  38.  
  39. - 8/16/24/32bit video modes, both fullscreen and windowed.
  40. - Hardware surfaces.
  41. - CGX blitting acceleration.
  42. - CGX colorkey blitting acceleration.
  43. - AHI audio (8/16 bit, with any audio format), always uses unit 0 for now.
  44. - Thread support (maybe not 100% compatible with other implementations)
  45. - Semaphores 
  46. - Window resizing and backdrop windows (NEW)
  47. - Joystick/Joypad support.
  48.  
  49. To do:
  50.  
  51. - CDRom audio playing support
  52. - OpenGL (I guy was working on it but I've lost his tracks :( )
  53.  
  54. The SAS/C library is distributed with debug info attached, to strip debug info 
  55. simply add STRIPDEBUG argument to the linker.
  56.  
  57. The sources are available in the archive AmigaSDLsrc.lha. They will be 
  58. included in the official tree in the next release.
  59.  
  60. In the example dir you'll find two small games compiled for SDL:
  61.  
  62. SDLroids (a clone of the famous classic Asteroids, 
  63. http://sourceforge.net/projects/sdlroids/) and XRICK (an opensource clone
  64.  of the classic game Rick Dangerous, http://www.bigorno.net/xrick, for docs
  65. and sources)
  66.  
  67. You can find a lot of stuff, that often compiles with a simple "make" on the
  68. OFFICIAL libSDL website:
  69.  
  70. http://www.libsdl.org
  71.  
  72. This site includes lots of games, utility, docs about SDL and SDL programming,
  73. with your contribution we will be able to port TONS of application to AmigaOS!
  74.  
  75. For info, support, bugfix and other feel free to mail me:
  76.  
  77. Gabriele Greco (gabriele.greco@aruba.it)
  78.  
  79.  
  80. ============================= Archive contents =============================
  81.  
  82. Original  Packed Ratio    Date     Time    Name
  83. -------- ------- ----- --------- --------  -------------
  84.   227760   84764 62.7% 04-Jul-01 18:20:36  sdl.lib
  85.   248692   90403 63.6% 04-Jul-01 18:02:54  sdlppc.lib
  86. -------- ------- ----- --------- --------
  87.   476452  175167 63.2% 12-Jul-101 17:33:36   2 files
  88.